home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Ham⁄GPS / SoftKiss.src.1.8 Folder / SoftKiss.src.1.8.sit / SoftKiss.src.1.8 / lib / sfk_drvr_find.h < prev    next >
Text File  |  1992-06-25  |  692b  |  22 lines

  1. /*
  2.  * find the sofktiss driver
  3.  * by Aaron Wohl (aw0g+@andrew.cmu.edu) jul 1990
  4.  * Carnegie-Mellon University
  5.  * Special Projects
  6.  * Pittsburgh, PA 15213-3890
  7.  * (412)-268-5032
  8.  *
  9.  * Unlike other source files which are for THINK C compilation
  10.  * only, this module compiles with MPW c also.  This lets macmail use it
  11.  * to find MailCheck.  So be carefull about sizeof(int) in THINK == 2
  12.  * and sizeof(int) in MPW == 4 if you make any changes.
  13.  */
  14.  
  15. /*
  16.  * returns driver refnum of softkiss or
  17.  * zero if not loaded
  18.  * free_ref_num is set to the refnum of a utable entry
  19.  * that is not in use (in memory or in system file).
  20.  */
  21. short sfk_drvr_find(unsigned char *driverName,short *free_ref_num);
  22.